<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

@media only screen and (max-width: 1024px) {
	.header{ height:50px;}
	.yl-yzl{ display:none;}
	#xwzx{ display:none;}
	.news { display:block; }
	.footers{ width:100%;}
	.footer_content{width:100%;}
	.footer_content:nth-child(1){ display:none;}
	.index_hrefs{display:none;}
	.footer_sale {
  float: none;
  margin: 0 auto;
  width: 240px;
}
.public_footer_content{width:100%;padding: 31px 12px 14px;}
}
@media screen and (min-width:769px) and (max-width:1199px) {
	.top {
		height: auto;
	}

	.nav {
		padding: 9px 0;
	}

	.top .navMain {
		width: 85%;
	}

	.logo {
		display: none;
	}

	.phone_logo {
		display: flex;
	}

	.nav_right {
		display: none;
	}


	/* banner strart */
	.banner {
		height: 350px;
	}

	.banner img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	/* banner end */

	.index_banner {
		width: 100%;
		height: 400px;
	}

	.index_banner img {
		width: 100%;
		min-height: 400px;
		object-fit: cover;
	}
	
	.slideBox .bd ul li {
		width: 100%;
		height: 300px;
	}
	
	.slideBox .bd ul img {
		width: 100%;
		height: 100%;
		min-height: auto;
		object-fit: cover;
	}
	.banner_btn{
		position: absolute;
		left: 50%;
		bottom: 15%;
		transform: translate(-50%, 50%);
		z-index: 1;
	}
	
	.slideBox .hd ul li {
		width: 12px;
		height: 12px;
		margin: 0 10px;
	}
	
	.slideBox .ud{
		width: 60%;
		justify-content: flex-end;
	}
	
	.slideBox .prev,
	.slideBox .next {
		width: 30px;
		height: 30px;
		margin: 0 0%;
		    border: 1px solid #fff;
	}
	.slideBox .prev  {
		margin-right: 13%;
	}
	.slideBox .prev img {
		width: 60%;
		height: 60%;
		min-height: auto;
	}
	
	.slideBox .next img {
		width: 60%;
		height: 60%;
		min-height: auto;
	}
	
	/* indexBanner end */

	.look {
		display: none;
	}

	/* tab strart */
	.tab {
		height: 70px;
	}

	.tab a li {
		padding: 0 35px;
		height: 72px;
		background: rgba(255, 255, 255, 1);
		font-size: 16px;
		font-family: Microsoft YaHei;
		font-weight: 400;
	}

	.tab .tab_cur {
		background: rgba(1, 63, 138, 1);
		color: #FFF;
	}

	/* tab end */

	/* content strart */
	.content {
		/*padding-top: 30px;*/
	}

	.con_tlt {
		font-size: 26px;
	}

	.con_tlt2 {
		display: none;
		font-size: 40px;
	}

	.con_about {
		background: url(../img/other/ny_bg.jpg) no-repeat top center;
	}

	.con_con_about {
		padding: 30px 0 100px;
		min-height: auto;
	}

	.con_con_about_txt {
		width: 100%;
		margin-right: 0;
		float: none;
	}

	.con_con_about_img {
		display: none;
	}

	/* ---ä¸šåŠ¡--- */
	.con_con_peo {
		padding: 50px 0 0 0;
	}

	.peo_list {
		height: 240px;
		padding-bottom: 35px;
	}

	.peo_img {
		width: 28.5%;
		height: 100%;
		overflow: hidden;
		position: relative;
	}

	.peo_con {
		width: calc(69.5% - 3%);
		height: 100%;
		background: rgba(255, 255, 255, 1);
		padding-left: 3%;
	}



	.peo_con:hover&gt;div div {
		transition: all 0.8s;
		background: rgba(23, 95, 179, 1);
	}

	.peo_con&gt;div:nth-child(1) {
		height: 100%;
		width: 90%;
	}

	.peo_con&gt;div:nth-child(2) {
		height: 100%;
		width: 0%;
		display: none;
	}

	.peo_con&gt;div p:nth-child(1) {
		font-size: 16px;
		margin-top: 25px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
	}

	.peo_con&gt;div p:nth-child(2) {
		font-size: 14px;
		font-family: Microsoft YaHei;
		font-weight: 400;
		color: rgba(101, 100, 100, 1);
		line-height: 30px;
		margin-top: -30px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
	}

	.peo_con&gt;div div {
		width: 142px;
		height: 38px;
		border: 1px solid rgba(208, 214, 221, 1);
		margin-top: -30px;
	}

	.peo_con&gt;div div a {
		font-size: 14px;
		font-family: Microsoft YaHei;
		font-weight: 400;
		color: rgba(166, 170, 178, 1);
	}

	.peo_img img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.peo_img&gt;div {
		width: 66px;
		height: 66px;
		background: rgba(24, 94, 180, 1);
		position: absolute;
		top: 0;
		right: 0;
	}

	.peo_img&gt;img:hover {
		transform: scale(1.2);
		transition: all 0.8s;
	}

	/* ---ä¸šåŠ¡--- */
	/* ---æ–°é—»--- */
	.con_con_new {
		padding: 40px 0 0 0;
	}

	.new_list {
		height: auto;
		padding-bottom: 35px;
		display: block;
	}

	.new_date {
		display: none;
		width: 100%;
		height: auto;
		padding-right: 0%;
		margin-right: 0%;
		border-right: none;
	}

	.new_img {
		width: 100%;
		height: 190px;
	}

	.new_con {
		width: 100%;
		height: auto;
		padding-left: 0%;
	}

	.new_date div:nth-child(1) {
		font-size: 34px;
		line-height: 30px;
	}

	.new_date div:nth-child(2) {
		font-size: 14px;
		line-height: 30px;
	}

	.new_con&gt;p:nth-child(1) {
		font-size: 18px;
		margin-top: 10px;
	}

	.new_con&gt;p:nth-child(2) {
		font-size: 14px;
		line-height: 25px;
		margin-top: 10px;
	}

	.new_con&gt;div {
		width: 142px;
		height: 38px;
		border: 1px solid rgba(208, 214, 221, 1);
		margin-top: 10px;
	}

	/* æ–°é—»æ–‡å­—åˆ—è¡¨ */
	.newtxt_list {
		padding: 5% 4.5%;
		margin-bottom: 35px;
		height: auto;
		background: rgba(255, 255, 255, 1);
		justify-content: flex-start;
	}

	.newtxt_date {
		width: 12%;
		margin-right: 2%;
		border-right: 1px solid rgba(193, 201, 211, 0.29);
	}

	.newtxt_con {
		width: 75%;
		padding-left: 2%;
	}

	.newtxt_more {
		display: none;
	}

	.newtxt_date div:nth-child(1) {
		font-size: 20px;
		line-height: 30px;
	}

	.newtxt_date div:nth-child(2) {
		font-size: 14px;
		line-height: 30px;
	}

	.newtxt_con&gt;p:nth-child(1) {
		font-size: 18px;
	}

	.newtxt_con&gt;p:nth-child(2) {
		font-size: 14px;
		line-height: 25px;
		margin-top: 10px;
	}

	/* ---æ–°é—»--- */
	/* ---äººæ‰--- */
	.con_con_ren {
		margin-top: 30px;
	}

	.ren_list {
		width: 43%;
		height: 390px;
		background: rgba(255, 255, 255, 1);
		margin-bottom: 30px;
		padding: 0 3%;
	}

	.ren_top {
		padding: 44px 0 24px;
		border-bottom: 1px solid rgba(216, 223, 232, 0.48);
	}

	.ren_top&gt;img {
		margin-right: 12px;
	}

	.ren_top&gt;a {
		font-size: 18px;
		font-family: Microsoft YaHei;
		font-weight: 400;
		color: rgba(25, 96, 180, 1);
	}

	.ren_list:hover .ren_top&gt;a {
		font-weight: 700;
	}

	.ren_con {
		margin-top: 20px;
	}

	.ren_con p {
		font-size: 14px;
		font-family: Microsoft YaHei;
		font-weight: 400;
		color: rgba(101, 101, 101, 1);
		line-height: 30px;
	}

	.ren_con p:last-child {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden;
	}

	/* ---äººæ‰--- */



	/* èµ„è´¨èµ„æ&nbsp;¼ */
	.con_con_zizhi {
		margin-top: 30px;
	}

	.zizhi_list {
		display: inline-block;
		width: 30%;
		margin-right: 0%;
		margin-bottom: 25px;
		padding: 9px 9px 0;
		height: calc(350px - 9px);
		background: rgba(255, 255, 255, 1);
		text-align: center;
	}

	.zizhi_list:nth-child(4n) {
		margin-right: 0%;
	}

	.zizhi_img {
		width: 100%;
		height: 260px;
		border: 1px solid rgba(243, 246, 249, 1);
		overflow: hidden;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.zizhi_img img {
		max-width: 100%;
	}

	.zizhi_list&gt;p {
		margin-top: 20px;
	}

	.zizhi_list&gt;p a {
		font-size: 16px;
		font-family: Microsoft YaHei;
		font-weight: 400;
		color: rgba(52, 52, 52, 1);
		line-height: 30px;
	}

	.zizhi_img img:hover {
		transform: scale(1.2);
		transition: all 0.8s;
	}

	.zizhi_list:hover p a {
		color: rgba(24, 95, 180, 0.8);
	}

	/* èµ„è´¨èµ„æ&nbsp;¼ */
	/* è¯¦æƒ… */
	.content_tit {
		margin-bottom: 30px;
		border-bottom: 1px solid rgba(182, 192, 203, 0.23);
	}

	.content_tit&gt;p:nth-child(1) {
		font-size: 24px;
	}

	.content_tit&gt;p:nth-child(2) {
		font-size: 14px;
		margin: 20px 0 10px;
	}

	.content_tit&gt;p:nth-child(2) img {
		width: 21px;
		height: 15px;
		margin-right: 7px;
	}

	.content_tit&gt;p:nth-child(2) span:nth-child(2) {
		margin-right: 3%;
	}

	.content_txt img {
		max-width: 100%;
	}

	/* è¯¦æƒ… */

	/* è”ç³»æˆ‘ä»¬ */
	.con_con_call {
		margin: 30px 0 0;
		padding-bottom: 70px;
	}

	.call_msg {
		display: block;
	}

	.c_msg_list {
		width: 100%;
	}

	.c_msg_list p {
		padding: 5px 0;
		font-size: 14px;
		line-height: 30px;
	}

	.c_msg_list p:nth-child(1) {
		font-size: 16px;
		line-height: 30px;
		border-bottom: 1px solid rgba(218, 226, 237, 1);
	}

	.call_phone {
		flex-wrap: wrap;
		margin-top: 40px;
		padding-bottom: 40px;
		border-bottom: 1px solid rgba(198, 206, 217, 0.3);
	}

	.c_phone_list {
		width: calc(31% - 34px);
		height: 325px;
		padding: 0 17px;
		margin-bottom: 10px;
		background: rgba(255, 255, 255, 1);
		flex-direction: column;
		display: inline-block;
	}

	.c_phone_list p {
		text-align: center;
		font-size: 14px;
		line-height: 30px;
	}

	.c_phone_list p:nth-child(1) {
		padding: 20px 0 10px;
		margin-bottom: 15px;
		font-size: 18px;
		font-family: Microsoft YaHei;
		font-weight: 400;
		color: rgba(24, 95, 179, 1);
		line-height: 30px;
		border-bottom: 1px solid rgba(217, 227, 237, 0.53);
	}

	.call_form {
		margin: 40px 0 0;
	}

	.c_form {
		width: 100%;
	}

	.c_form_tit {
		font-size: 25px;
		font-family: Microsoft YaHei;
		font-weight: 400;
		color: rgba(88, 89, 89, 1);
		line-height: 16px;
	}

	.c_form_inp {
		margin-top: 24px;
	}

	.c_form_inp input {
		width: 45%;
		height: 50px;
		padding-left: 3%;
		background: rgba(255, 255, 255, 0.63);
		border: 1px solid rgba(224, 231, 239, 1);
		outline: medium;
	}


	.c_form_textarea textarea {
		margin-top: 18px;
		width: calc(100% - 40px);
		height: 129px;
		background: rgba(255, 255, 255, 0.63);
		border: 1px solid rgba(224, 231, 239, 1);
		resize: none;
		outline: medium;
		padding: 26px 20px 0;
	}

	.c_form_submit .sub {
		width: 211px;
		height: 49px;
		background: rgba(24, 95, 179, 1);
		border: none;
		font-size: 18px;
		font-family: Microsoft YaHei;
		font-weight: 400;
		color: rgba(255, 255, 255, 1);
		line-height: 16px;
		margin-top: 24px;
	}

	.c_form_img {
		width: 45%;
		height: 268px;
		overflow: hidden;
		display: none;
	}

	#allmap {
		margin-top: 44px;
		height: 300px;
	}

	/* è”ç³»æˆ‘ä»¬ */

	/* content end */

	/* paging start */
	.div_h {
		height: 70px;
	}

	.share {
		display: flex;
		justify-content: flex-end;
		margin: 30px 0 20px;
	}

	.pageDown {
		padding-bottom: 40px;
		height: auto;
		display: flex;
	}

	.pageDown div {
		width: 93%;
		height: 50px;
	}

	.page_s {
		justify-content: flex-start;
		background: url(../img/other/ny_page01.png) no-repeat 5% center #FFF;
		padding-left: 7%;
	}

	.page_x {
		justify-content: flex-end;
		background: url(../img/other/ny_page02.png) no-repeat 95% center #FFF;
		padding-right: 7%;
	}

	.paging {
		padding: 0 0 57px;
	}

	.paging div {
		width: 40px;
		height: 40px;
		border: 0px solid rgba(231, 235, 240, 1);
		margin: 0 2%;
	}

	.paging&gt;div:nth-child(1) {
		background: url(../img/other/ny_page01.png) no-repeat center center #FFF;
	}

	.paging&gt;div:nth-child(4) {
		background: url(../img/other/ny_page02.png) no-repeat center center #FFF;
	}

	/* paging end */

	.look {
		height: 100px;
	}

	.look&gt;a {
		display: block;
		width: 90%;
	}

	.file {
		height: auto;
		padding: 20px 0;
	}

	.file&gt;div {
		width: 85%;
		flex-wrap: wrap;
	}

	.file_1 {
		width: 32%;
		height: 100px;
		padding: 20px 0;
		display: inline-block;
	}
	
	.file_1 p {
		padding-left: 10%;
	}
	
	
	.file_1 p:nth-child(1) {
		font-size: 24px;
	}
	
	.file_1 p img{
		width: 85%;
	}

	.file_2 {
		width: 32%;
		height: 100px;
		padding: 20px 0;
		display: inline-block;
	}
	.file_2:nth-child(2n+1) {
	    width: 32%;
	    height: 100px;
	    padding: 20px 0;
	    display: inline-block;
	}

	.file_2&gt;a {
		text-align: center;
		font-size: 14px;
	}
	
	.file_2&gt;a img {
	    margin-bottom: 5px;
	}

	

	/* business strart */
	.business {
		height: 500px;
	}
	
	.business .navMain {
		width: 85%;
		margin: 0 auto;
	}
	
	.business_title {
		width: 154px;
		height: 60px;
		/*background: url(../images/index_01_title.png) no-repeat bottom left;*/
		font-size: 34px;
		font-family: Microsoft YaHei;
		font-weight: bold;
		color: #FFF;
		padding-top: 40px;
	}
	
	.business_title_2 {
		font-size: 14px;
		font-family: Microsoft YaHei;
		font-weight: 400;
		color: rgba(175, 211, 254, 1);
		padding-top: 30px;
	}
	
	.business_list {
		margin-top: 40px;
	}
	
	.business_list div {
		width: 20%;
		height: 150px;
	}
	
	.business_list div a img {
		width: 40px;
		margin-bottom: 15px;	
	}
	.business_list div:nth-child(1)::before {
	    font-size: 28px;
	}
	.business_list div:nth-child(2)::before {
	    font-size: 28px;
	}
	.business_list div:nth-child(3)::before {
	    font-size: 28px;
	}
	.business_list div:nth-child(4)::before {
	    font-size: 28px;
	}
	.business_list div:nth-child(5)::before {
	    font-size: 28px;
	}
	
	/* business end */
	/* news strart */
	.news {
		padding-top: 100px;
	}

	.news_title {
		width: 154px;
		height: 60px;
		background: url(../images/index_01_title.png) no-repeat bottom left;
		font-size: 34px;
		font-family: Microsoft YaHei;
		font-weight: bold;
	}

	.news_tab ul li {
		width: 135px;
		height: 45px;
		border: 2px solid rgba(1, 63, 138, 1);
		color: rgba(1, 63, 138, 1);
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 0 10px;
	}

	.news_tab ul li:hover {
		background: rgba(1, 63, 138, 1);
		color: #FFF;
	}

	.news_tab_cur {
		width: 135px;
		height: 45px;
		background: rgba(1, 63, 138, 1);
		color: #FFF !important;
		border: 2px solid rgba(1, 63, 138, 1);
	}

	.news_list {
		margin-top: 50px;
	}

	.news_left {
		flex: 4;
		margin-right: 55px;
	}

	.news_right {
		flex: 6;
	}

	.news_left img {
		width: 100%;
		height: 268px;
		object-fit: cover;
	}
	
	.news_left&gt;a {
	    height: 268px;
	}

	.news_right_top .n_r_t_img {
		/* flex: 3; */
		width: 260px;
		height: 156px;
	}

	.news_right_top .n_r_t_con {
		margin-left: 20px;
		width: calc(100% - 260px - 20px);
	}

	.news_right_top .n_r_t_img img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.n_title {
		font-size: 18px;
		padding: 5px 0;
		line-height: 40px;
	}

	.n_dis {
		margin-top: 10px;
		font-size: 14px;
	}

	.n_dis a {
		color: rgba(114, 116, 120, 1);
	}
	
	

	.n_more {
		font-size: 14px;
		font-family: Microsoft YaHei;
		font-weight: 400;
		margin-top: -50px;
	}

	.n_more a {
		color: rgba(107, 114, 130, 1);
	}
	
	.ns_more{
		margin-top: 0px;
	}

	.news_right_top .n_title {
		font-size: 18px;
		padding: 0 0 0px 0;
	}

	.news_right_top .n_dis {
		margin-top: 0;
		font-size: 14px;
	}

	.news_right_top .n_more {
		font-size: 14px;
		margin-top: 0;
	}

	.news_right_ul ul li {
		margin: 30px 0;
	}

	.li_l {
		justify-content: flex-end;
		padding: 0 15px 0 0;
		border-right: 1px solid rgba(128, 125, 125, 0.2);
		margin-right: 15px;
	}

	.li_l div:nth-child(1) {
		font-size: 26px;
		font-family: Microsoft YaHei;
		font-weight: 400;
		color: rgba(28, 39, 67, 1);
	}

	.li_l div:nth-child(2) {
		font-size: 14px;
		font-family: Microsoft YaHei;
		font-weight: 400;
		color: rgba(28, 39, 67, 1);
	}

	.li_r div:nth-child(1) {
		font-size: 18px;
		font-family: Microsoft YaHei;
		font-weight: 400;
		color: rgba(0, 0, 0, 1);
	}

	.li_r div:nth-child(2) {
		margin-top: 15px;
		font-size: 14px;
		font-family: Microsoft YaHei;
		font-weight: 400;
	}

	.li_r div:nth-child(2) a {
		color: rgba(114, 116, 120, 1);
	}

	/* news end */

	/* footer strart */
	.footer_top {
		height: auto;
		background: rgba(20, 40, 78, 1);
	}

	.f_link {
		display: none;
		padding: 40px 0 20px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
		flex-wrap: wrap;
		justify-content: flex-start;
	}

	.f_link_select {
		display: none;
		width: 100%;
		height: 42px;
		padding-left: calc(233px * 0.15);
		background: rgba(255, 255, 255, 0.13);
		font-size: 16px;
		font-family: Microsoft YaHei;
		font-weight: 400;
		color: rgba(158, 169, 198, 1);
		position: relative;
		cursor: pointer;
		margin: 0 0px 20px 0;
	}

	.f_link_img {
		width: 32%;
		height: 30px;
		margin: 10px 0.5%;
	}

	.footer_msg {
		padding: 30px 0 50px;
	}

	.f_msg_img {
		flex: 4;
		display: none;
	}

	.f_msg_con p {
		font-size: 14px;
		line-height: 35px;
	}

	.footer_nav {
		display: none;
	}

	/* footer end */
}

@media screen and (max-width:768px) {
	.neiBnaner .neiBnanerImg{height: 170px;}
	.neiBnaner .neiBnanerImg img {
  object-fit: cover;
  height: 100%;
}
.neiBnaner .neiBnanerText .pageName .pageName2{margin-bottom: 8px;}
.neiBnaner .neiBnanerText{top: 55%;}
.pageNav .pageNavBox{bottom: 45px; width:100%;}
.pageNav2{ margin-top:0;}
#certificate{margin: 15px 0 20px;}
.wrap-history .slick-history-for {
  margin-top: 0px;
}
.wrap-history{margin-bottom: 25px;}
.spzyNews .spzyNewsItem .spzyNewsText .spzyNewsTitle{white-space: normal;}
.header .header-cont{width: 95%;}

.searchbox{width: 100%;margin: 25px auto;}
.searchbox .import{width: 60%;}
.searchbox .btn-search{right: 0px;width: 60px;font-size: 14px;}

.cjhzsdiv{ width:100%;}
.case2contact{ width:100% !important;}

.public_row_content{ width:100%;padding: 0 10px;}
.cat_index1 .title .span1 {display: none;}
.cat_index1 li{width: calc( 50% - 12px);height: auto;margin: 0 10px 20px 0px !important;padding-bottom: 10px;}
.cat_index1 li .div2 &gt; div {
  width: auto;
  height: 125px;
  margin: 20px auto 15px;
}
.cat_index1 li .div2 img{max-height: 100%;}
.cat_index1 li .div2 &gt; h4{overflow: hidden;font-size: 14px;
text-overflow: ellipsis;
white-space: nowrap;}
.cat_index1 li .div2 &gt; p{overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
padding: 0 20px;
font-size: 12px;}
.cat_index1 li.last a{width: 100%;height: 97px;}
.cat_index1 li.last .ads img{max-width: 100%;}
.cat_index1 li.last img.more, .cat_index1 li.last img.more_{display: none;}
.cat_index1 li.last a h2{padding: 25px 0 6px 0;}

.pro_details_left{width: 100%;}
.pro_details_left &gt; ul{width: 100%;}
.pro_details_right{width: 100%;}
.pro_details_price &gt; p{ height:auto;}
.pro_details_span3{margin-left: 14px;}
.pro_details_span5{margin-left: 14px;}
.details_introduce{ width:100%;}
.details_relevant{ display:none;}

	.top {
		height: auto;
	}

	.nav {
		padding: 5px 0;
	}

	.top .navMain {
		width: 90%;
	}

	.logo {
		display: none;
	}

	.phone_logo {
		display: flex;
	}

	.nav_right {
		display: none;
	}

	/* phone nav end */

	/* banner strart */
	.banner {
		height: 300px;
	}

	.banner img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	/* banner end */

	/* indexBanner start */

	.index_banner {
		width: 100%;
		height: 300px;
	}

	.slideBox .bd ul li {
		width: 100%;
		height: 300px;
	}

	.slideBox .bd ul img {
		width: 100%;
		height: 100%;
		min-height: auto;
		object-fit: cover;
	}
	.banner_btn{
		position: absolute;
		left: 50%;
		bottom: 15%;
		transform: translate(-50%, 50%);
		z-index: 1;
	}
	
	.slideBox .hd ul li {
		width: 12px;
		height: 12px;
		margin: 0 10px;
	}
	
	.slideBox .ud{
		width: 60%;
		justify-content: flex-end;
	}

	.slideBox .prev,
	.slideBox .next {
		width: 30px;
		height: 30px;
		margin: 0 0%;
		    border: 1px solid #fff;
	}
	.slideBox .prev  {
		margin-right: 13%;
	}
	.slideBox .prev img {
		width: 60%;
		height: 60%;
	}

	.slideBox .next img {
		width: 60%;
		height: 60%;
	}

	/* indexBanner end */
	.look {
		display: none;
	}

	/* tab strart */
	.tab {
		height: auto;
		flex-wrap: wrap;
		justify-content: flex-start;
	}

	.tab a {
		display: block;
		width: 50%;
		height: 100%;
	}

	.tab a li {
		padding: 0 20px;
		height: 50px;
		background: rgba(255, 255, 255, 1);
		font-size: 14px;
		font-family: Microsoft YaHei;
		font-weight: 400;
	}

	.tab .tab_cur {
		background: rgba(1, 63, 138, 1);
		color: #FFF;
	}

	/* tab end */

	/* content strart */
	.content {
		/*padding-top: 30px;*/
	}

	.content .navMain {
		width: 85%;
	}

	.con_tlt {
		font-size: 26px;
	}

	.con_tlt2 {
		display: none;
		font-size: 40px;
	}

	.con_about {
		background: url(../img/other/ny_bg.jpg) no-repeat top center;
	}

	.con_con_about {
		padding: 30px 0 100px;
		min-height: auto;
	}

	.con_con_about_txt {
		width: 100%;
		margin-right: 0;
		float: none;
	}

	.con_con_about_img {
		display: none;
	}

	/* ---ä¸šåŠ¡--- */
	.con_con_peo {
		padding: 50px 0 0 0;
	}

	.peo_list {
		height: 240px;
		padding-bottom: 35px;
	}

	.peo_img {
		width: 28.5%;
		height: 100%;
		overflow: hidden;
		position: relative;
	}

	.peo_con {
		width: calc(69.5% - 3%);
		height: 100%;
		background: rgba(255, 255, 255, 1);
		padding-left: 3%;
	}



	.peo_con:hover&gt;div div {
		transition: all 0.8s;
		background: rgba(23, 95, 179, 1);
	}

	.peo_con&gt;div:nth-child(1) {
		height: 100%;
		width: 90%;
	}

	.peo_con&gt;div:nth-child(2) {
		height: 100%;
		width: 0%;
		display: none;
	}

	.peo_con&gt;div p:nth-child(1) {
		font-size: 16px;
		margin-top: 25px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
	}

	.peo_con&gt;div p:nth-child(2) {
		font-size: 14px;
		font-family: Microsoft YaHei;
		font-weight: 400;
		color: rgba(101, 100, 100, 1);
		line-height: 30px;
		margin-top: -30px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
	}

	.peo_con&gt;div div {
		width: 142px;
		height: 38px;
		border: 1px solid rgba(208, 214, 221, 1);
		margin-top: -30px;
	}

	.peo_con&gt;div div a {
		font-size: 14px;
		font-family: Microsoft YaHei;
		font-weight: 400;
		color: rgba(166, 170, 178, 1);
	}

	.peo_img img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.peo_img&gt;div {
		width: 66px;
		height: 66px;
		background: rgba(24, 94, 180, 1);
		position: absolute;
		top: 0;
		right: 0;
	}

	.peo_img&gt;img:hover {
		transform: scale(1.2);
		transition: all 0.8s;
	}

	/* ---ä¸šåŠ¡--- */
	/* ---æ–°é—»--- */
	.con_con_new {
		padding: 20px 0 0 0;
	}

	.new_list {
		height: auto;
		padding-bottom: 35px;
		display: block;
	}

	.new_date {
		display: none;
		width: 100%;
		height: auto;
		padding-right: 0%;
		margin-right: 0%;
		border-right: none;
	}

	.new_img {
		width: 100%;
		height: 190px;
	}

	.new_con {
		width: 100%;
		height: auto;
		padding-left: 0%;
	}

	.new_date div:nth-child(1) {
		font-size: 34px;
		line-height: 30px;
	}

	.new_date div:nth-child(2) {
		font-size: 14px;
		line-height: 30px;
	}

	.new_con&gt;p:nth-child(1) {
		font-size: 18px;
		margin-top: 10px;
	}

	.new_con&gt;p:nth-child(2) {
		font-size: 14px;
		line-height: 25px;
		margin-top: 10px;
	}

	.new_con&gt;div {
		width: 142px;
		height: 38px;
		border: 1px solid rgba(208, 214, 221, 1);
		margin-top: 10px;
	}

	/* æ–°é—»æ–‡å­—åˆ—è¡¨ */
	.newtxt_list {
		padding: 5% 4.5%;
		margin-bottom: 15px;
		height: auto;
		background: rgba(255, 255, 255, 1);
	}

	.newtxt_date {
		width: 22%;
		margin-right: 2%;
		border-right: 1px solid rgba(193, 201, 211, 0.29);
	}

	.newtxt_con {
		width: 75%;
		padding-left: 2%;
	}

	.newtxt_more {
		display: none;
	}

	.newtxt_date div:nth-child(1) {
		font-size: 18px;
		line-height: 30px;
	}

	.newtxt_date div:nth-child(2) {
		font-size: 14px;
		line-height: 30px;
	}

	.newtxt_con&gt;p:nth-child(1) {
		font-size: 16px;
	}

	.newtxt_con&gt;p:nth-child(2) {
		font-size: 14px;
		line-height: 25px;
		margin-top: 10px;
	}

	/* ---æ–°é—»--- */


	/* ---äººæ‰--- */
	.con_con_ren {
		margin-top: 30px;
	}

	.ren_list {
		width: 90%;
		height: 390px;
		background: rgba(255, 255, 255, 1);
		margin-bottom: 30px;
		padding: 0 5%;
	}

	.ren_top {
		padding: 44px 0 24px;
		border-bottom: 1px solid rgba(216, 223, 232, 0.48);
	}

	.ren_top&gt;img {
		margin-right: 12px;
	}

	.ren_top&gt;a {
		font-size: 18px;
		font-family: Microsoft YaHei;
		font-weight: 400;
		color: rgba(25, 96, 180, 1);
	}

	.ren_list:hover .ren_top&gt;a {
		font-weight: 700;
	}

	.ren_con {
		margin-top: 20px;
	}

	.ren_con p {
		font-size: 14px;
		font-family: Microsoft YaHei;
		font-weight: 400;
		color: rgba(101, 101, 101, 1);
		line-height: 30px;
	}

	.ren_con p:last-child {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden;
	}

	/* ---äººæ‰--- */



	/* èµ„è´¨èµ„æ&nbsp;¼ */
	.con_con_zizhi {
		margin-top: 30px;
	}

	.zizhi_list {
		display: inline-block;
		width: 100%;
		margin-right: 0%;
		margin-bottom: 25px;
		padding: 9px 9px 0;
		height: calc(384px - 9px);
		background: rgba(255, 255, 255, 1);
		text-align: center;
	}

	.zizhi_list:nth-child(4n) {
		margin-right: 0%;
	}

	.zizhi_img {
		width: 100%;
		height: 301px;
		border: 1px solid rgba(243, 246, 249, 1);
		overflow: hidden;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.zizhi_img img {
		max-width: 100%;
	}

	.zizhi_list&gt;p {
		margin-top: 20px;
	}

	.zizhi_list&gt;p a {
		font-size: 16px;
		font-family: Microsoft YaHei;
		font-weight: 400;
		color: rgba(52, 52, 52, 1);
		line-height: 30px;
	}

	.zizhi_img img:hover {
		transform: scale(1.2);
		transition: all 0.8s;
	}

	.zizhi_list:hover p a {
		color: rgba(24, 95, 180, 0.8);
	}

	/* èµ„è´¨èµ„æ&nbsp;¼ */
	/* è¯¦æƒ… */
	.content_tit {
		margin-bottom: 30px;
		border-bottom: 1px solid rgba(182, 192, 203, 0.23);
	}

	.content_tit&gt;p:nth-child(1) {
		font-size: 24px;
	}

	.content_tit&gt;p:nth-child(2) {
		font-size: 14px;
		margin: 20px 0 10px;
	}

	.content_tit&gt;p:nth-child(2) img {
		width: 21px;
		height: 15px;
		margin-right: 7px;
	}

	.content_tit&gt;p:nth-child(2) span:nth-child(2) {
		margin-right: 3%;
	}

	.content_txt img {
		max-width: 100%;
	}

	/* è¯¦æƒ… */

	/* è”ç³»æˆ‘ä»¬ */
	.con_con_call {
		margin: 30px 0 0;
		padding-bottom: 70px;
	}

	.call_msg {
		display: block;
	}

	.c_msg_list {
		width: 100%;
	}

	.c_msg_list p {
		padding: 5px 0;
		font-size: 14px;
		line-height: 30px;
	}

	.c_msg_list p:nth-child(1) {
		font-size: 16px;
		line-height: 30px;
		border-bottom: 1px solid rgba(218, 226, 237, 1);
	}

	.call_phone {
		flex-wrap: wrap;
		margin-top: 30px;
		padding-bottom: 30px;
		border-bottom: 1px solid rgba(198, 206, 217, 0.3);
	}

	.c_phone_list {
		width: calc(48% - 34px);
		height: 300px;
		padding: 0 17px;
		margin-bottom: 10px;
		background: rgba(255, 255, 255, 1);
		flex-direction: column;
		display: inline-block;
	}

	.c_phone_list p {
		text-align: center;
		font-size: 14px;
		line-height: 30px;
	}

	.c_phone_list p:nth-child(1) {
		padding: 10px 0 5px;
		margin-bottom: 5px;
		font-size: 16px;
		font-family: Microsoft YaHei;
		font-weight: 400;
		color: rgba(24, 95, 179, 1);
		line-height: 24px;
		border-bottom: 1px solid rgba(217, 227, 237, 0.53);
	}

	.call_form {
		margin: 40px 0 0;
	}

	.c_form {
		width: 100%;
	}

	.c_form_tit {
		font-size: 25px;
		font-family: Microsoft YaHei;
		font-weight: 400;
		color: rgba(88, 89, 89, 1);
		line-height: 16px;
	}

	.c_form_inp {
		margin-top: 24px;
	}

	.c_form_inp input {
		width: 45%;
		height: 40px;
		padding-left: 3%;
		background: rgba(255, 255, 255, 0.63);
		border: 1px solid rgba(224, 231, 239, 1);
		outline: medium;
	}


	.c_form_textarea textarea {
		margin-top: 18px;
		width: calc(100% - 30px);
		height: 90px;
		background: rgba(255, 255, 255, 0.63);
		border: 1px solid rgba(224, 231, 239, 1);
		resize: none;
		outline: medium;
		padding: 15px 15px 0;
	}

	.c_form_submit .sub {
		width: 211px;
		height: 49px;
		background: rgba(24, 95, 179, 1);
		border: none;
		font-size: 18px;
		font-family: Microsoft YaHei;
		font-weight: 400;
		color: rgba(255, 255, 255, 1);
		line-height: 16px;
		margin-top: 24px;
	}

	.c_form_img {
		width: 45%;
		height: 268px;
		overflow: hidden;
		display: none;
	}

	#allmap {
		margin-top: 44px;
		height: 300px;
	}

	/* è”ç³»æˆ‘ä»¬ */

	/* content end */


	/* paging start */
	.div_h {
		height: 70px;
	}

	.share {
		display: flex;
		justify-content: flex-end;
		margin: 30px 0 20px;
	}

	.pageDown {
		padding-bottom: 40px;
		height: auto;
		display: block;
	}

	.pageDown div {
		width: 85%;
		height: 40px;
	}

	.page_s {
		justify-content: flex-start;
		background: url(../img/other/ny_page01.png) no-repeat 5% center #FFF;
		padding-left: 15%;
	}

	.page_x {
		justify-content: flex-end;
		background: url(../img/other/ny_page02.png) no-repeat 95% center #FFF;
		padding-right: 15%;
	}

	.paging {
		padding: 0 0 57px;
	}

	.paging div {
		width: 40px;
		height: 40px;
		border: 0px solid rgba(231, 235, 240, 1);
		margin: 0 2%;
	}

	.paging&gt;div:nth-child(1) {
		background: url(../img/other/ny_page01.png) no-repeat center center #FFF;
	}

	.paging&gt;div:nth-child(4) {
		background: url(../img/other/ny_page02.png) no-repeat center center #FFF;
	}

	/* paging end */

	/* look strart */

	.look {
		height: 100px;
	}

	.look&gt;a {
		display: block;
		width: 90%;
	}

	/* look end */

	/* file strart */
	.file {
		height: auto;
		padding: 20px 0;
	}

	.file&gt;div {
		width: 95%;
		flex-wrap: wrap;
	}

	.file_1 {
		width: 33%;
		height: 73px;
		padding: 20px 0;
		display: inline-block;
	}

	.file_1 p {
		padding-left: 10%;
	}
	

	.file_1 p:nth-child(1) {
		font-size: 18px;
	}

	.file_1 p img{
		width: 85%;
	}

	.file_2 {
		width: 33%;
		height: 73px;
		padding: 20px 0;
		display: inline-block;
	}
	.file_2:nth-child(2n+1) {
	    width: 33%;
	    height: 73px;
	    padding: 20px 0;
	    display: inline-block;
	}

	.file_2&gt;a {
		text-align: center;
		font-size: 14px;
	}
	
	.file_2&gt;a img {
	    margin-bottom: 0px;
		width: 35px;
		height: 35px;
	}

	/* file end */
	
	
	/* business strart */
	.business {
		height: 470px;
	}

	.business .navMain {
		width: 85%;
		margin: 0 auto;
	}

	.business_title {
		width: 154px;
		height: 60px;
		/*background: url(../images/index_01_title.png) no-repeat bottom left;*/
		font-size: 24px;
		font-family: Microsoft YaHei;
		font-weight: bold;
		color: #FFF;
		padding-top: 40px;
	}

	.business_title_2 {
		font-size: 14px;
		font-family: Microsoft YaHei;
		font-weight: 400;
		color: rgba(175, 211, 254, 1);
		padding-top: 30px;
	}

	.business_list {
		margin-top: 40px;
	}

	.business_list div {
		width: 50%;
		height: 120px;
	}

	.business_list div a img {
		width: 50px;
		margin-bottom: 15px;	
	}
	.business_list div:nth-child(1)::before {
	    font-size: 24px;
	}
	.business_list div:nth-child(2)::before {
	    font-size: 24px;
	}
	.business_list div:nth-child(3)::before {
	    font-size: 24px;
	}
	.business_list div:nth-child(4)::before {
	    font-size: 24px;
	}
	.business_list div:nth-child(5)::before {
	    font-size: 24px;
	}
	.business_list div:nth-child(5) {
		width: 100%;
	}

	/* business end */
	/* news strart */
	.news {
		/*padding-top: 50px;*/
	}

	.news_top {
		display: block;
	}

	.news .navMain {
		width: 85%;
		margin: 0 auto;
	}

	.news_title {
		width: 154px;
		height: 60px;
		background: url(../images/index_01_title.png) no-repeat bottom left;
		font-size: 24px;
		font-family: Microsoft YaHei;
		font-weight: bold;
	}

	.news_tab {
		margin-top: 30px;
	}

	.news_tab ul {
		justify-content: space-between;
	}

	.news_tab ul li {
		width: 30%;
		height: 35px;
		font-size: 16px;
		font-family: Microsoft YaHei;
		font-weight: 400;
		border: 2px solid rgba(1, 63, 138, 1);
		color: rgba(1, 63, 138, 1);
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 0;
	}

	.news_tab ul li:hover {
		background: rgba(1, 63, 138, 1);
		color: #FFF;
	}

	.news_tab_cur {
		width: 135px;
		height: 45px;
		background: rgba(1, 63, 138, 1);
		color: #FFF !important;
		border: 2px solid rgba(1, 63, 138, 1);
	}

	.news_list {
		margin-top: 20px;
		display: block;
	}

	.news_left {
		flex: 4;
		width: 100%;
		margin-right: 55px;
	}
	
	.news_left&gt;a {
	    display: block;
	    width: 100%;
	    height: 160px;
	    overflow: hidden;
	}

	.news_left img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	
	.news_left_noimg {
	    flex: 5;
	    margin-right: 0;
	}
	.news_right {
		flex: 6;
		width: 100%;
		margin-top: 30px;
	}

	.news_right_top .n_r_t_img {
		width: 120px;
		height: 120px;
	}

	.news_right_top .n_r_t_con {
		margin-left: 10px;
		width: calc(100% - 130px);
	}

	.n_title {
		font-size: 18px;
		padding: 0px 0;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
	}

	.n_dis {
		margin-top: 10px;
		font-size: 16px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
	}

	.n_more {
		font-size: 14px;
		font-family: Microsoft YaHei;
		font-weight: 400;
		margin-top: 0px;
	}
	
	.ns_more{
		margin: 0px 0 0 0;
	}

	.news_right_top .n_title {
		font-size: 18px;
		padding: 0 0 0px 0;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
	}

	.news_right_top .n_dis {
		margin-top: 0;
		font-size: 14px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
	}

	.news_right_top .n_more {
		font-size: 14px;
		margin-top: 0;
	}

	.news_right_ul ul li {
		margin: 30px 0;
	}

	.li_l {
		padding: 0 10px 0 0;
		margin-right: 10px;
	}

	.li_l div:nth-child(1) {
		font-size: 18px;
	}

	.li_l div:nth-child(2) {
		font-size: 14px;
		font-family: Microsoft YaHei;
		font-weight: 400;
		color: rgba(28, 39, 67, 1);
	}

	.li_r div:nth-child(1) {
		font-size: 18px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
	}

	.li_r div:nth-child(2) {
		margin-top: 14px;
		font-size: 14px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
	}

	/* news end */

	/* footer strart */
	.footer_top {
		height: auto;
		background: rgba(20, 40, 78, 1);
	}

	.f_link {
		display: none;
		padding: 30px 0 20px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
		flex-wrap: wrap;
		justify-content: flex-start;
	}

	.f_link_select {
		display: none;
		width: 100%;
		height: 42px;
		padding-left: calc(233px * 0.15);
		background: rgba(255, 255, 255, 0.13);
		font-size: 16px;
		font-family: Microsoft YaHei;
		font-weight: 400;
		color: rgba(158, 169, 198, 1);
		position: relative;
		cursor: pointer;
		margin: 0 0px 20px 0;
	}

	.f_link_img {
		width: 31%;
		height: 30px;
		margin: 10px 1%;
	}

	.footer_msg {
		padding: 20px 0 25px;
	}

	.f_msg_img {
		flex: 4;
		display: none;
	}

	.f_msg_con p {
		font-size: 14px;
		line-height: 35px;
	}

	.footer_nav {
		display: none;
	}

	/* footer end */

}

@media screen and (max-width:450px) {
	.ph_nav {
		width: 30px;
		height: 30px;
	}
	
	.banner {
		height: 170px;
	}
	.index_banner {
		width: 100%;
		height: 300px;
	}

	.f_b_p {
		display: none;
	}

	.w450 {
		display: block;
		text-align: center;
	}

	.tab a li {
		padding: 0 10px;
	}
}

@media screen and (max-width:320px) {
	.ph_pop {
	    width: 45vw;
	}
	.banner {
		height: 140px;
	}
	.index_banner {
		width: 100%;
		height: 180px;
	}
	

	.slideBox .bd ul li {
		width: 100%;
		height: 180px;
	}

	.slideBox .bd ul img {
		width: 100%;
		min-height: 180px;
		object-fit: cover;
	}

	.tab a li {
		padding: 0 5px;
	}

	.share ul {
		display: block;
		line-height: 40px;
	}

	.c_phone_list p {
		text-align: center;
		font-size: 12px;
		line-height: 25px;
	}

	.c_phone_list p:nth-child(1) {
		padding: 10px 0 5px;
		margin-bottom: 5px;
		font-size: 16px;
		line-height: 24px;
	}

	.c_phone_list {
		height: 250px;
	}
}
</pre></body></html>